From: martin rudalics Date: Tue, 23 Aug 2011 09:31:54 +0000 (+0200) Subject: Fix message in help-window-setup (Bug#9341). X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~2505 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3c7e7b76c71f000a0d889adf94948077e467c6b6;p=emacs.git Fix message in help-window-setup (Bug#9341). * help.el (help-window-setup): Fix message displayed when other window is reused. (Bug#9341) --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ee3f628dd85..ba96c898a50 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2011-08-23 Martin Rudalics + + * help.el (help-window-setup): Fix message displayed when other + window is reused. (Bug#9341) + 2011-08-23 Stefan Monnier * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list. diff --git a/lisp/help.el b/lisp/help.el index e6496f625d1..710dc34ea89 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -1104,7 +1104,7 @@ This relies on `display-buffer-window' being correctly set up by ((eq help-value 'new-window) "Type \\[delete-other-windows] to delete the help window") ((eq help-value 'reuse-other-window) - "Type \\[switch-to-prev-buffer] RET to restore previous buffer")) + "Type \"q\" in other window to quit")) help-window 'other)) (t ;; Not much to say here.